home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
Games
/
xmris
/
bitmaps
/
player
/
ball.h
next >
Wrap
Text File
|
1995-05-03
|
111b
|
5 lines
#define ball_width 6
#define ball_height 6
static char ball_bits[] = {
0x0c, 0x1e, 0x3f, 0x3f, 0x1e, 0x0c};